home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 1.iso
/
ARGONET
/
PD
/
PROGRAMMING
/
LCLINT2.SPK
/
test
/
test_b
/
lcl
/
outglob
< prev
next >
Wrap
Text File
|
1996-08-28
|
155b
|
8 lines
int x1, x2, x3;
int f (void) undef int x1; undef int x2; undef int x3;
{ modifies x1, x2, x3; }
int g (void) int x1, x2; undef int x3;
{ modifies x3; }